DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Index<T> Class / Join Method

In This Topic
    Join Method (Index<T>)
    In This Topic

    Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys.

    Implements IIndexScanner(T).Join

    Overload List
    OverloadDescription

    Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys.

    Implements IIndexScanner(T).Join

     

    Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys.

    Implements IIndexScanner(T).Join

     
    See Also